PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFTextAnnotation Class / setOutlineColor Method
A com.o2sol.pdf4java.graphics.colors.PDFColor specifying the outline color with which to stroke the annotation's icon outlines.
In This Topic
    setOutlineColor Method
    In This Topic
    Sets the annotation outline color.
    The color must be Gray, RGB or CMYK.
    Syntax
    public void setOutlineColor( 
       PDFColor value
    )

    Parameters

    value
    A com.o2sol.pdf4java.graphics.colors.PDFColor specifying the outline color with which to stroke the annotation's icon outlines.
    Exceptions
    ExceptionDescription
    When the property is set to a color other than Gray, RGB or CMYK.
    See Also